home *** CD-ROM | disk | FTP | other *** search
Wrap
<Skin> <!-- The bitmap files used by the skin. Multiple images may be collected into one file or each image may be separated. GIF, JPG, and PNG are supported but JPG does not support transparency well. --> <bitmaps> <bitmap name="back" file="background.png"/> <bitmap name="back.connect" file="background_connect.png"/> <bitmap name="back.eq" file="background_eq.png"/> <bitmap name="back.np" file="background_np.png"/> <bitmap name="circle" file="navcircle.png" transparency="255,0,255"/> <bitmap name="progressbars" file="progressbars.png" transparency="255,0,255"/> <bitmap name="toggles" file="toggles.png"/> <bitmap name="tabs" file="tabs.gif"/> <bitmap name="bitmaptext" file="text.gif" transparency="255,0,255"/> <bitmap name="scroll" file="scrollbar.png"/> </bitmaps> <!-- The wincomponents section defines the placement and bounding rectangle of the various windows control elements of the UI (playlist, media library tree view, etc.) --> <wincomponents> <wincomponent name="playlist.main" x="1" y="200" width="476" height="336" backcolor="24,69,154" forecolor="255,255,255" selectcolor="13,37,77"/> <wincomponent name="playlist.editor" x="0" y="536" width="480" height="1" backcolor="24,69,154" forecolor="255,255,255" selectcolor="13,37,77"/> <wincomponent name="medialib" x="0" y="49" width="480" height="487"/> <wincomponent name="serverlist" x="8" y="216" width="260" height="184"/> <wincomponent name="albumart" x="52" y="40" width="376" height="376"/> <wincomponent name="nowplaying.position" x="344" y="0" width="84" height="40"/> </wincomponents> <!-- - Recognized component types are: - norm: the standard idle image - push: the image to use in place of the 'norm' image when the user clicks/taps on it - hover: the image to use in place of the 'norm' image when the mouse hovers over it (ignored on the Pocket PC) - The default mode is none ("") - The 'norm' image should always be specified first - For the 'norm' image, all fields must be specified for the source tag - The rect tag will use the source tag fields if they are absent - Subsequent images for a component can leave off the rect tag or even both the source and rect tags. The values for the norm image will be used in their place. - The 'ignoreinput' flag signals whether or not user input within this component should be ignored. Useful for background images. - Available font fields: <font name="fontname" face="Arial" size="15" weight="normal|thin|extralight|light|medium|semibold|bold|extrabold|heavy" italic="true|false" underline="true|false" color="255,255,255" quality="default|draft|nonantialiased|antialiased|cleartype|cleartype.compat"/> --> <fonts> <font name="playlist" face="Arial" size="10" color="255,255,255" quality="cleartype.compat"/> <font name="songtitle" face="Arial" size="10" weight="bold" color="255,255,255" quality="cleartype.compat"/> <font name="time" face="Arial" size="8" weight="bold" color="255,255,255" quality="cleartype.compat"/> <font name="time.nowplaying" face="Arial" size="8" weight="bold" color="255,255,255" quality="cleartype.compat"/> <font name="medialib" face="Arial" size="10" weight="normal" color="255,255,255" quality="default"/> <font name="artist.nowplaying" face="Arial" size="10" weight="bold" color="255,255,255"/> <font name="album.nowplaying" face="Arial" size="10" weight="bold" color="255,255,255"/> <font name="title.nowplaying" face="Arial" size="10" weight="bold" color="255,255,255"/> <font name="playlistpos.nowplaying" face="Arial" size="8" weight="bold" color="255,255,255"/> </fonts> <component name="background" mode="main,playlist" ignoreinput="true"> <img type="norm"><source name="back" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img> </component> <component name="background" mode="connect" ignoreinput="true"> <img type="norm"><source name="back.connect" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img> </component> <component name="background" mode="eq" ignoreinput="true"> <img type="norm"><source name="back.eq" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img> </component> <component name="background" mode="nowplaying" ignoreinput="true"> <img type="norm"><source name="back.np" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img> </component> <component name="play" mode="main,eq"> <img type="norm"><source name="circle" x="0" y="222" width="68" height="68"/><rect x="46" y="54"/></img> <img type="push"><source name="circle" x="120" y="222"/></img> </component> <component name="pause" mode="main,eq"> <img type="norm"><source name="circle" x="0" y="114" width="114" height="54"/><rect x="24" y="10"/></img> <img type="push"><source name="circle" x="120" y="114"/></img> </component> <component name="stop" mode="main,eq"> <img type="norm"><source name="circle" x="0" y="168" width="114" height="54"/><rect x="24" y="114"/></img> <img type="push"><source name="circle" x="120" y="168"/></img> </component> <component name="prev" mode="main,eq"> <img type="norm"><source name="circle" x="0" y="0" width="54" height="114"/><rect x="2" y="32"/></img> <img type="push"><source name="circle" x="120" y="0"/></img> </component> <component name="next" mode="main,eq"> <img type="norm"><source name="circle" x="60" y="0" width="54" height="114"/><rect x="106" y="32"/></img> <img type="push"><source name="circle" x="180" y="0"/></img> </component> <component name="playingstate.playing" mode="main,eq" ignoreinput="true"> <img type="norm"><source name="toggles" x="0" y="68" width="12" height="14"/><rect x="172" y="112"/></img> </component> <component name="playingstate.paused" mode="main,eq" ignoreinput="true"> <img type="norm"><source name="toggles" x="12" y="68" width="12" height="14"/><rect x="172" y="112"/></img> </component> <component name="playingstate.stopped" mode="main,eq" ignoreinput="true"> <img type="norm"><source name="toggles" x="24" y="68" width="12" height="14"/><rect x="172" y="112"/></img> </component> <component name="songback" mode="main,eq"> <img type="norm"><source name="back" x="158" y="50" width="312" height="28"/><rect x="158" y="50"/></img> </component> <component name="positionback" mode="main,eq"> <img type="norm"><source name="back" x="210" y="102" width="92" height="28"/><rect x="210" y="102"/></img> </component> <component name="positionback" mode="nowplaying"> <img type="norm"><source name="back.np" x="344" y="0" width="132" height="40"/><rect x="344" y="0"/></img> </component> <!-- <component name="playlistpositionback" mode="nowplaying"> <img type="norm"><source name="back.np" x="26" y="0" width="90" height="20"/><rect x="26" y="0"/></img> </component> --> <component name="titleback" mode="nowplaying"> <img type="norm"><source name="back.np" x="0" y="416" width="478" height="40"/><rect x="2" y="416"/></img> </component> <component name="albumback" mode="nowplaying"> <img type="norm"><source name="back.np" x="0" y="496" width="478" height="40"/><rect x="2" y="496"/></img> </component> <component name="artistback" mode="nowplaying"> <img type="norm"><source name="back.np" x="0" y="456" width="478" height="40"/><rect x="2" y="456"/></img> </component> <!-- PROGRESS BARS --> <component name="progressbar.statusback" mode="connect"> <img type="norm"><source name="progressbars" x="0" y="206" width="462" height="20"/><rect x="10" y="296"/></img> </component> <component name="progressbar.back" mode="connect"> <img type="norm"><source name="progressbars" x="0" y="146" width="462" height="18"/><rect x="10" y="322"/></img> </component> <component name="progressbar"> <img type="norm"><source name="progressbars" x="0" y="166" width="462" height="18"/><rect x="10" y="322"/></img> </component> <component name="volumebar.back" mode="main,eq"> <img type="norm"><source name="progressbars" x="0" y="0" width="392" height="34"/><rect x="84" y="4"/></img> </component> <component name="volumebar"> <img type="norm"><source name="progressbars" x="0" y="36" width="392" height="34"/><rect x="84" y="4"/></img> </component> <component name="positionbar.back" mode="main,eq"> <img type="norm"><source name="progressbars" x="0" y="72" width="392" height="34"/><rect x="84" y="140"/></img> </component> <component name="positionbar"> <img type="norm"><source name="progressbars" x="0" y="108" width="392" height="34"/><rect x="84" y="140"/></img> </component> <component name="positionbar.nowplaying.back" mode="nowplaying"> <img type="norm"><source name="progressbars" x="0" y="240" width="288" height="22"/><rect x="52" y="8"/></img> </component> <component name="positionbar.nowplaying"> <img type="norm"><source name="progressbars" x="0" y="262" width="288" height="22"/><rect x="52" y="8"/></img> </component> <component name="eq.preamp" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="24" y="266"/></img> </component> <component name="eq.bar01" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="106" y="266"/></img> </component> <component name="eq.bar02" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="144" y="266"/></img> </component> <component name="eq.bar03" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="182" y="266"/></img> </component> <component name="eq.bar04" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="220" y="266"/></img> </component> <component name="eq.bar05" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="258" y="266"/></img> </component> <component name="eq.bar06" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="296" y="266"/></img> </component> <component name="eq.bar07" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="334" y="266"/></img> </component> <component name="eq.bar08" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="372" y="266"/></img> </component> <component name="eq.bar09" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="410" y="266"/></img> </component> <component name="eq.bar10" mode="eq"> <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="448" y="266"/></img> </component> <component name="eq.position"> <img type="norm"><source name="progressbars" x="446" y="0" width="26" height="24"/><rect x="0" y="0"/></img> </component> <!-- BUTTONS --> <component name="shuffle" mode="main,eq"> <img type="norm"><source name="toggles" x="24" y="0" width="36" height="14"/><rect x="350" y="112"/></img> <img type="push"><source name="toggles" x="184" y="0"/></img> </component> <component name="repeat" mode="main,eq"> <img type="norm"><source name="toggles" x="16" y="14" width="44" height="14"/><rect x="418" y="112"/></img> <img type="push"><source name="toggles" x="176" y="14"/></img> </component> <component name="eq.autoload" mode="eq"> <img type="norm"><source name="toggles" x="0" y="28" width="76" height="18"/><rect x="92" y="222"/></img> <img type="push"><source name="toggles" x="160" y="28"/></img> </component> <component name="eq.enabled" mode="eq"> <img type="norm"><source name="toggles" x="0" y="46" width="54" height="18"/><rect x="6" y="222"/></img> <img type="push"><source name="toggles" x="160" y="46"/></img> </component> <component name="eq.presets" mode="eq"> <img type="norm"><source name="toggles" x="0" y="88" width="96" height="34"/><rect x="374" y="214"/></img> <img type="push"><source name="toggles" x="160" y="88"/></img> </component> <component name="connect" mode="connect"> <img type="norm"><source name="toggles" x="0" y="122" width="96" height="34"/><rect x="276" y="218"/></img> <img type="push"><source name="toggles" x="160" y="122"/></img> </component> <component name="add" mode="playlist"> <img type="norm"><source name="toggles" x="0" y="172" width="69" height="16"/><rect x="0" y="504"/></img> <img type="push"><source name="toggles" x="80" y="172"/></img> </component> <component name="remove" mode="playlist"> <img type="norm"><source name="toggles" x="0" y="220" width="69" height="16"/><rect x="69" y="504"/></img> <img type="push"><source name="toggles" x="80" y="220"/></img> </component> <component name="newlist" mode="playlist"> <img type="norm"><source name="toggles" x="0" y="204" width="48" height="16"/><rect x="138" y="504"/></img> <img type="push"><source name="toggles" x="80" y="204"/></img> </component> <component name="moveup" mode="playlist"> <img type="norm"><source name="toggles" x="0" y="188" width="27" height="16"/><rect x="186" y="504"/></img> <img type="push"><source name="toggles" x="80" y="188"/></img> </component> <component name="movedown" mode="playlist"> <img type="norm"><source name="toggles" x="27" y="188" width="27" height="16"/><rect x="213" y="504"/></img> <img type="push"><source name="toggles" x="107" y="188"/></img> </component> <!-- DIALOGS --> <component name="dlg.background" mode="dialog"> <img type="norm"><source name="toggles" x="100" y="90" width="40" height="40"/><rect x="0" y="0"/></img> </component> <component name="dlg.ok" mode="dialog"> <img type="norm"><source name="toggles" x="0" y="190" width="38" height="34"/><rect x="0" y="0"/></img> <img type="push"><source name="toggles" x="160" y="190"/></img> </component> <component name="dlg.cancel" mode="dialog"> <img type="norm"><source name="toggles" x="0" y="156" width="86" height="34"/><rect x="0" y="0"/></img> <img type="push"><source name="toggles" x="160" y="156"/></img> </component> <component name="dlg.search" mode="dialog"> <img type="norm"><source name="toggles" x="38" y="190" width="86" height="34"/><rect x="0" y="0"/></img> <img type="push"><source name="toggles" x="198" y="190"/></img> </component> <component name="dlg.tab.background" mode="dialog" ignoreinput="true"> <img type="norm"><source name="toggles" x="49" y="133" width="17" height="17"/><rect x="0" y="0"/></img> </component> <component name="dlg.tab.connection" mode="dialog"> <img type="norm"><source name="toggles" x="0" y="117" width="66" height="17"/><rect x="0" y="0"/></img> <img type="push"><source name="toggles" x="80" y="117"/></img> </component> <component name="dlg.tab.buttons" mode="dialog"> <img type="norm"><source name="toggles" x="0" y="134" width="48" height="17"/><rect x="0" y="0"/></img> <img type="push"><source name="toggles" x="80" y="134"/></img> </component> <component name="dlg.tab.skin" mode="dialog"> <img type="norm"><source name="toggles" x="0" y="151" width="30" height="17"/><rect x="0" y="0"/></img> <img type="push"><source name="toggles" x="80" y="151"/></img> </component> <!-- SCROLL BAR --> <component name="scroll.up"> <img type="norm"><source name="scroll" x="0" y="0" width="13" height="20"/><rect x="0" y="0"/></img> </component> <component name="scroll.position"> <img type="norm"><source name="scroll" x="0" y="20" width="13" height="15"/><rect x="0" y="0"/></img> </component> <component name="scroll.background"> <img type="norm"><source name="scroll" x="0" y="35" width="13" height="20"/><rect x="0" y="0"/></img> </component> <component name="scroll.down"> <img type="norm"><source name="scroll" x="0" y="55" width="13" height="20"/><rect x="0" y="0"/></img> </component> <!-- BITMAP TEXT --> <component name="bitmaptext"> <img type="norm"><source name="bitmaptext" x="0" y="0" width="1140" height="10"/><rect x="0" y="0"/></img> </component> </Skin>